Skip to content

London|26-ITP-January|Alexandru Pocovnicu|Sprint 1|Data Groups#959

Closed
alexandru-pocovnicu wants to merge 26 commits intoCodeYourFuture:mainfrom
alexandru-pocovnicu:Sprint-1
Closed

London|26-ITP-January|Alexandru Pocovnicu|Sprint 1|Data Groups#959
alexandru-pocovnicu wants to merge 26 commits intoCodeYourFuture:mainfrom
alexandru-pocovnicu:Sprint-1

Conversation

@alexandru-pocovnicu
Copy link
Copy Markdown

@alexandru-pocovnicu alexandru-pocovnicu commented Feb 24, 2026

Learners, PR Template

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

Applied TDD, wrote and read test suites, then implemented functions to pass those tests.

…ncluding empty arrays, negative numbers, decimals, and non-number values
@alexandru-pocovnicu alexandru-pocovnicu added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Feb 24, 2026
@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@github-actions github-actions Bot removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Feb 24, 2026
@github-actions

This comment has been minimized.

3 similar comments
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@alexandru-pocovnicu alexandru-pocovnicu changed the title London|26-ITP-January|Alexandru Pocovnicu|Sprint 1 London|26-ITP-January|Alexandru Pocovnicu|Sprint 1|Data Groups Feb 24, 2026
@alexandru-pocovnicu alexandru-pocovnicu added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Feb 24, 2026
Comment thread Sprint-1/fix/median.js Outdated
Comment thread Sprint-1/implement/dedupe.test.js
Comment thread Sprint-1/implement/dedupe.test.js
Comment thread Sprint-1/implement/max.js Outdated
Comment thread Sprint-1/implement/sum.js Outdated
Comment thread Sprint-1/stretch/aoc-2018-day1/solution.js
@cjyuan cjyuan added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Mar 17, 2026
@alexandru-pocovnicu
Copy link
Copy Markdown
Author

thank you

@alexandru-pocovnicu alexandru-pocovnicu added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels Mar 20, 2026
Copy link
Copy Markdown
Contributor

@cjyuan cjyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good. Well done.

Comment thread Sprint-1/fix/median.js Outdated
Comment on lines +13 to +14
let filteredList = list.filter((x) => typeof x === "number");
let sortedList = filteredList.sort((a, b) => a - b);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These variables wont' be reassigned a new value. Best practice is to declare them with const.

@cjyuan cjyuan added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Mar 20, 2026
@illicitonion
Copy link
Copy Markdown
Member

Closing PR because the January ITP run has finished. Feel free to re-open if you're still working on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants